home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / U-V / uupc3.cpt / Configuration files / Sample Systems file < prev    next >
Text File  |  1992-01-29  |  4KB  |  91 lines

  1. #
  2. # Many of the commands which follow include some additional option strings
  3. # for the Hayes dialer. Note that these options are for a U.S.Robotics HST
  4. # Dual Standard modem... a real Hayes modem, or another manufacturer's V.32
  5. # modem may have different ways of specifying flow control and things of that
  6. # sort.
  7. #
  8. # connect to mrspoc
  9. #
  10. mrspoc Any a HAYES+&M0&B0 2400 5551212 g "" \r\c\4 ogin:-\r\c-ogin:-BREAK-ogin:-BREAK-ogin: IAM\10 word: TRUSTME
  11. mrspoc Any a HAYES+&M0&B0 2400 5551213 g "" \r\c\4 ogin:-\r\c-ogin:-BREAK-ogin:-BREAK-ogin: IAM\10 word: TRUSTME
  12. #
  13. # connect to ames.  Evenings only
  14. #
  15. ames Evening a HAYES+&M0&B0 2400 5551212 g "" \d\r\c ogin:-\r\c-ogin: IAM word: TRUSTME
  16. #
  17. # connect to NTG via a callback, and enable a larger-than-default
  18. # g-protocol window.  uupc will negotiate down if necessary.
  19. #
  20. ntg Any a HAYES+&B1&M0 9600 5551212 g7 ID? GHOTI ogin: IAM word: TRUSTME
  21. #
  22. # connect to ftroop at 19200 bps using the 'f' protocol.  Enable the modem's
  23. # XON/XOFF flow control (&H2&I2), enable and require error control (&M4), and
  24. # tell the modem that the Mac-to-modem speed should remain at 19200 regardless
  25. # of the actual modulation speed (&B1).  Also tell the Hayes dialer that the
  26. # Mac serial-port speed should remain at 19200 (HAYES!options rather than
  27. # HAYES+options).
  28. #
  29. ftroop Any a HAYES!&B1&M4&H2&I2 19200 5551212 f ogin:-\r\c-ogin: IAM word: TRUSTME
  30. #
  31. # connect to ibuki, specifying a standard 3-packet window but
  32. # requesting 128-byte packets.
  33. #
  34. ibuki Any a HAYES+&M0&B0 9600 5551212 g3/128 "" \r\c\3 login:-\r\c-login:-\r\c-login:-\r\c-login: IAM
  35. #
  36. # connect to Apple via V.32, with 2400 as a fallback
  37. #
  38. apple Any a HAYES+&M0&B0B0 9600 5551212 g ogin:-\r\c-ogin: IAM word:•DISABLED TRUSTME
  39. apple Any a HAYES+&M0&B0 2400 5551213 g "" \r\c\4 ogin:-\r\c-ogin:-\r\c-ogin:-BREAK-ogin:-BREAK-ogin: IAM\20 word:•DISABLED TRUSTME
  40. #
  41. # loopback to own system
  42. #
  43. self Any a HAYES+&M0&B0 9600 5551111 g "" HELLO\sTHERE!
  44. #
  45. # Configuration sequence for inbound calls.  Go to 19200 bps, lock speed, and
  46. # use the standard answering sequence.  Permit, but do not require, MNP or
  47. # V.42/V.42bis;  it's up to the caller to turn these off if necessary.  Enable
  48. # 7-packet 'g' protocol if the caller also supports a window of that size.
  49. # The caller will be presented with a login dialog, and must enter a
  50. # username (anything will do) and a password (which must match the
  51. # value of the PASSWORD configuration string).
  52. #
  53. INCOMING Any a HAYES!&M4&B1B0 19200 - g7
  54. #
  55. # Permit anonymous-UUCP access... any system is allowed to connect.
  56. #
  57. ANONYMOUS Never
  58. #
  59. # connect to host via hayes modem (*70 will disable call waiting some places)
  60. # change phone number, host name and your login. Speed may be 2400 (as shown)
  61. # or anything reasonable (57k to another mac!!). Port may be a (modem as shown)
  62. # or b (printer port). Make sure this file has a blank line at the end.
  63. #
  64. #host Any a DIR 2400 - g "" \rATX2\2 OK-\d+++\d\rAT-OK \rATS7=20\
  65. #    OK \rATDT*70,333-3333\25 C \d\c\2 ogin:-\r-ogin mylogin\
  66. #    ssword: mypasswrord
  67. #
  68. # connect to host controlling the modem via this script, microcom modem
  69. #
  70. #mhost Any a DIR 2400 - g "" \rSCE\sON\2 !-\rSCE\sON-! S1P4 !\
  71. #    \rDT333-3333\25 CONNECT \d\c\2 ogin:-\r-ogin mylogin\
  72. #    ssword: mypasswrord
  73. #
  74. # connect to host using dial()
  75. #
  76. #hhost Any a HAYES 2400 TD*70,333-3333 g ogin:\5-\r-ogin:-\r-ogin: mylogin\
  77. #    ssword: mypasswrord
  78. #
  79. # break test on microcom modem - do not use timeout modifiers with BREAK
  80. #
  81. #break Any a DIR 2400 - g "" \r\2\
  82. #    ! BREAK !-\r-! BREAK1 !-\r-! BREAK2 !-\r-! BREAK3 !-\r-! BREAK4 !-\r-! BREAK5\
  83. #    !-\r-! BREAK6 !-\r-! BREAK7 !-\r-! BREAK8 !-\r-! BREAK9
  84. #
  85. # connect to another mac (uupc) running in slave mode, speed of receiving mac is
  86. # set in its "profile" STR:SPEED. Start slave uupc with -r0 arg
  87. #
  88. #mac Any a DIR 57600 - g "" \r\2\
  89. #    Username:-\r-Username:-\r-Username: uucp Password: uucp
  90. #
  91.